From 44233a32afd57be5329143c58fd02e31aecb2dad Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 10 Aug 2002 13:10:43 +0000 Subject: [PATCH] Add 'all' target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 094ff43f5..2f3c5289a 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ OBJS=main.o queue.o route.o waypt.o util.o vecs.o $(FMTS) +all: gpsbabel + gpsbabel: $(OBJS) $(CC) $(CFLAGS) $(OBJS) -o gpsbabel -lexpat -lm -- 2.30.2